Skip to content

Commit

Permalink
fix: include pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcclintock committed Nov 27, 2022
1 parent 213e298 commit cd5cd85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
repository_url: "https://test.pypi.org/legacy/"
ignore_dev_requirements: "yes"

# - name: Build and publish to pypi
# uses: JRubics/[email protected]
# with:
# pypi_token: ${{ secrets.PYPI_TOKEN }}
# ignore_dev_requirements: "yes"
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"

0 comments on commit cd5cd85

Please sign in to comment.