Skip to content

Commit

Permalink
dist tar.gz
Browse files Browse the repository at this point in the history
- fixes #40
  • Loading branch information
casperdcl committed Jul 7, 2021
1 parent cf240b5 commit 2f9866c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- id: dist
uses: casperdcl/deploy-pypi@v2
with:
pip: true
requirements: twine setuptools wheel setuptools_scm[toml]
build: true
password: ${{ secrets.PYPI_TOKEN }}
upload: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
- name: Changelog
Expand Down

0 comments on commit 2f9866c

Please sign in to comment.