Skip to content

Commit

Permalink
Fix setuptools-scm after reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Mar 3, 2021
1 parent 98a5612 commit c2c4118
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:

jobs:
deploy:
defaults:
run:
working-directory: lib/py/

runs-on: ubuntu-latest

steps:
Expand All @@ -30,6 +26,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
cd lib/py/
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit c2c4118

Please sign in to comment.