Skip to content

Commit

Permalink
DEV: Forgot checkout for Github action (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Apr 14, 2024
1 parent ec4c742 commit 7087e5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/create-github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
name: Create a GitHub release page
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Prepare variables
id: prepare_variables
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
python -m pip install --upgrade pip
pip install flit
- name: Checkout Repository
uses: actions/checkout@v4

- name: Publish Package to PyPI🚀
env:
FLIT_USERNAME: '__token__'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# and it's decided what should be in the release.
# This action only ensures the release is done with the proper contents
# and that it's announced with a Github release.
name: Publish Python Package to PyPI
name: Create git tag
on:
push:
branches:
Expand Down

0 comments on commit 7087e5a

Please sign in to comment.