Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fix Pypi, skip storing local env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Cohen Hillel committed Mar 30, 2023
1 parent 114f9d8 commit a4e7249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
python -m pip install twine==4.0.2
python -m pip install build
- name: Set output
run: export GITHUB_OUTPUT=${GITHUB_REF##*/}
run: echo ${GITHUB_REF##*/}
- name: Build package
env:
RELEASE_VERSION: $GITHUB_OUTPUT
RELEASE_VERSION: ${GITHUB_REF##*/}
run: python setup.py sdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down

0 comments on commit a4e7249

Please sign in to comment.