Skip to content

Commit

Permalink
GH actions: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury authored Aug 22, 2023
1 parent 8e1e464 commit 2b738d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-tags: true

- uses: actions/setup-python@v4
with:
Expand All @@ -33,8 +35,8 @@ jobs:
- name: Build packages for distribution
run: |
pipx run tox -e clean,build
tox -e clean,build
- name: Upload to PyPi
uses: pypa/[email protected]
# - name: Upload to PyPi
# uses: pypa/[email protected]

0 comments on commit 2b738d7

Please sign in to comment.