Skip to content

Commit

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

0 comments on commit 9cb9ee6

Please sign in to comment.