Skip to content

Commit

Permalink
Fix env var?
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinder committed May 27, 2024
1 parent 0a87699 commit 9010627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Upload release artifact
uses: Shopify/[email protected]
with:
name: puepy-${RELEASE-VERSION}.zip
path: puepy-${RELEASE-VERSION}.zip
name: puepy-${{ env.RELEASE-VERSION}}.zip
path: puepy-${{ env.RELEASE-VERSION}}.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}
# - name: build
# - name: Publish package distributions to PyPI
Expand Down

0 comments on commit 9010627

Please sign in to comment.