Skip to content

Commit

Permalink
fix: 馃悰 syntax for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiabhi94 committed Apr 18, 2021
1 parent c88945e commit 5cb8c25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
python setup.py sdist bdist_wheel
twine check dist/*
- name: Publish package to PyPI
environment:
name: release
environment: release
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 5cb8c25

Please sign in to comment.