Skip to content

Commit 2e44d09

Browse files
authored
don't set working directory when uploading to pypi (#57)
1 parent 8aaad5a commit 2e44d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Upload to PyPi
2424
env:
2525
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26-
run: docker run --user=allagash -w /home/allagash/src apulverizer/allagash:build
26+
run: docker run --user=allagash apulverizer/allagash:build
2727
/bin/bash -c "twine upload -u __token__ -p $PYPI_API_TOKEN dist/*"
2828

2929
- name: Build docs

0 commit comments

Comments
 (0)