Skip to content

Commit

Permalink
Now that it works, remove the publish prevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Jones committed Jul 27, 2023
1 parent ce87a18 commit 2967d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
workflow: build.yml
path: ./dist
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Retrieve SDIST artifacts for release
uses: dawidd6/action-download-artifact@v2
with:
Expand All @@ -55,7 +55,7 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
repository-url: https://PREVENTFORTESTING.upload.pypi.org/legacy/
repository-url: https://upload.pypi.org/legacy/
verbose: true
packages-dir: ./dist

Expand Down

0 comments on commit 2967d67

Please sign in to comment.