Skip to content

Commit

Permalink
fixup! fixup! Add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Jun 28, 2024
1 parent 3ba1e75 commit ab04254
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Build wheels
run: |
pipenv run python -m cibuildwheel --output-dir dist
pipenv run python -m twine check dist/*
- name: Upload to PyPI
run: |
pipenv run python -m twine upload --repository testpypi dist/*
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit ab04254

Please sign in to comment.