Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Apr 16, 2021
1 parent 04b0400 commit 20103ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
VERSION=${GITHUB_REF:-0.0.0}
VERSION=${VERSION##*/}
sed -i "s/__VERSION__/${VERSION}/g" setup.py
python setup.py sdist
python setup.py install sdist
pirogue -v
- name: Deploy to PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 20103ba

Please sign in to comment.