Skip to content

Commit

Permalink
Merge pull request #1117 from YektaY/pypi-fix
Browse files Browse the repository at this point in the history
FIX: changes to publish-to-pypi.yml
  • Loading branch information
YektaY authored Oct 8, 2024
2 parents cb1dd3a + cb961d3 commit 13200f5
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 @@ -31,7 +31,7 @@ jobs:
run: python setup.py sdist

- name: Upload package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.2
with:
name: package
path: dist/*
Expand All @@ -45,7 +45,7 @@ jobs:
id-token: write # Used for trusted publishing
steps:
- name: Download package
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: package
path: dist/
Expand Down

0 comments on commit 13200f5

Please sign in to comment.