Skip to content

Commit 4301a52

Browse files
chfl4gsxwings
authored andcommitted
fixing pypi packaging
1 parent 3bf8cfb commit 4301a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
TWINE_USERNAME: __token__
2929
TWINE_PASSWORD: ${{ secrets.pypi_pass }}
3030
run: |
31+
pip install -r requirements.txt
3132
python setup.py sdist bdist_wheel
3233
twine upload dist/*

0 commit comments

Comments
 (0)