Skip to content

Commit

Permalink
[FEATURE] Revert to version 1.0.4 and update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
isaksamsten committed Feb 3, 2021
1 parent 6c70a64 commit dc522cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ jobs:
- uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.pypi_password }}
2 changes: 1 addition & 1 deletion wildboar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#
# Authors: Isak Samsten

__version__ = "1.0.4dev"
__version__ = "1.0.4"

0 comments on commit dc522cc

Please sign in to comment.