Skip to content

Commit

Permalink
Merge pull request #8 from Stoops-ML/publish
Browse files Browse the repository at this point in the history
Publish to pypi
  • Loading branch information
Stoops-ML authored Aug 25, 2024
2 parents 4f5781a + bef86e3 commit 40954ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand All @@ -41,7 +41,7 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 40954ee

Please sign in to comment.