We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aaad5a commit 2e44d09Copy full SHA for 2e44d09
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Upload to PyPi
24
env:
25
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26
- run: docker run --user=allagash -w /home/allagash/src apulverizer/allagash:build
+ run: docker run --user=allagash apulverizer/allagash:build
27
/bin/bash -c "twine upload -u __token__ -p $PYPI_API_TOKEN dist/*"
28
29
- name: Build docs
0 commit comments