Skip to content

Commit

Permalink
build: update deploy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 20, 2021
1 parent 77def52 commit ec75333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
build: true
password: ${{ secrets.PYPI_TOKEN }}
upload: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
requirements: twine setuptools>=42 wheel setuptools_scm[toml]>=3.4 tqdm miutil[web]>=0.7.0
- name: Changelog
run: git log --pretty='format:%d%n- %s%n%b---' $(git tag --sort=v:refname | tail -n2 | head -n1)..HEAD > _CHANGES.md
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit ec75333

Please sign in to comment.