Skip to content

Commit

Permalink
modify release-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustaballer committed Aug 11, 2023
1 parent dc5f2b6 commit ebea2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Semantic Release and PyPi Publish
name: Semantic Release and PyPI Publish

on:
push:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Publish
- name: Publish to PyPI
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
Expand Down

0 comments on commit ebea2cb

Please sign in to comment.