Skip to content

Commit 6b9ec18

Browse files
moromimayralphrass
authored andcommitted
[BUG] Change version on setup.py to PyPI (#286)
* Add new make command to change version. * Change command order. * Change desc and variable name. * Change command name.
1 parent c7521d1 commit 6b9ec18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
env:
4343
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
4444
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
45-
run: PYTHONPATH=./pip/deps python -m twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD --verbose ./dist/p/butterfree-${{ env.version }}-py3-none-any.whl
45+
run: PYTHONPATH=./pip/deps python -m twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD --verbose dist/*

0 commit comments

Comments
 (0)