Skip to content

Commit

Permalink
add name to checkout step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-thompson committed Jan 21, 2024
1 parent e9e535a commit 15fff06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@master
- name: Checkout source
uses: actions/checkout@main
- name: Install Python 3.11
uses: actions/setup-python@v3
with:
Expand All @@ -35,6 +36,4 @@ jobs:
run: >-
python3 -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
#with:
#password: ${{ secrets.PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 15fff06

Please sign in to comment.