Skip to content

Commit

Permalink
Use environments for deployment on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 16, 2021
1 parent 3795471 commit 9977971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
release:
name: Release
runs-on: ${{ matrix.os }}
environment:
name: PyPI
url: https://pypi.org/project/wechatpy/
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit 9977971

Please sign in to comment.