Skip to content

Commit

Permalink
fix: 馃悰 environment syntax for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiabhi94 committed Apr 18, 2021
1 parent 5cb8c25 commit 509b3d5
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 @@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: release

steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +26,6 @@ jobs:
python setup.py sdist bdist_wheel
twine check dist/*
- name: Publish package to PyPI
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 509b3d5

Please sign in to comment.