Skip to content

Commit

Permalink
adding cd ..
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Aug 26, 2024
1 parent 5e54476 commit 9e7675d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
run: |
cd ..
git tag
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 9e7675d

Please sign in to comment.