Skip to content

Commit

Permalink
Merge pull request #395 from AaronDJohnson/fix_ci
Browse files Browse the repository at this point in the history
bump version and update twine uploads
  • Loading branch information
AaronDJohnson authored Aug 28, 2024
2 parents 1ab8ad9 + 13bbce8 commit 859ce06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/
run: |
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.2
current_version = 3.4.1
commit = False
tag = False

Expand Down

0 comments on commit 859ce06

Please sign in to comment.