Skip to content

Commit

Permalink
try to find the artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed Oct 11, 2023
1 parent f99f3f4 commit 40d04e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pypublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ jobs:
permissions:
id-token: write
steps:
# - uses: actions/download-artifact@v3
# with:
# name: artifact
# path: dist
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
- name: Upload to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist
packages-dir: dist/actions
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TESTPYPI_API_TOKEN }}
# configuration-path: ${{ inputs.config-path }}
# secrets: inherit
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist
packages-dir: dist/actions
# with:
# configuration-path: ${{ inputs.config-path }}
# secrets: inherit

0 comments on commit 40d04e4

Please sign in to comment.