Skip to content

Commit

Permalink
path=dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire authored Jan 22, 2024
1 parent ca23865 commit 5b621d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: ./dist
path: dist

pypi-publish:
# Split build and publish to restrict trusted publishing to just this workflow
Expand All @@ -38,12 +38,11 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
path: artifact/
path: dist

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
with:
packages_dir: artifact/
repository-url: https://test.pypi.org/legacy/

# conda:
Expand Down

0 comments on commit 5b621d4

Please sign in to comment.