Skip to content

Commit

Permalink
debug publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Nov 14, 2021
1 parent e7689c1 commit b0300c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist
ls -l
mkdir asdf
sudo python setup.py sdist
ls
twine upload dist/*
twine upload wheelhouse/*-manylinux*.whl

0 comments on commit b0300c1

Please sign in to comment.