Skip to content

Commit

Permalink
Merge branch 'dev' into pypi-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sezelt authored Mar 21, 2024
2 parents 273d559 + ac1a498 commit 927fdec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
git config --global user.name "bsavitzky"
git commit -a -m "Auto-update version number (GH Action)"
git push origin
sync_with_dev:
needs: update_version
runs-on: ubuntu-latest
Expand Down Expand Up @@ -83,3 +84,4 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}



0 comments on commit 927fdec

Please sign in to comment.