Skip to content

Commit

Permalink
release without setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezfran committed May 10, 2023
1 parent 8cadc4c commit 0f03348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python -m twine upload dist/*
python -m build --sdist --wheel
twine upload dist/*

0 comments on commit 0f03348

Please sign in to comment.