Skip to content

Commit

Permalink
fix python-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Nov 17, 2020
1 parent 14bf010 commit da7ab3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools twine
pip install setuptools twine wheel
- name: Build and publish to Test PYPI
env:
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion lfpykit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.2rc1"
version = "0.2rc2"

0 comments on commit da7ab3c

Please sign in to comment.