Skip to content

Commit

Permalink
Update pypi_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend authored Dec 10, 2024
1 parent 90cc2fb commit bed30fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## -- yyyy-mm-dd Ver. Auth. Description
## -- 2024 1.0.0 MRD Creation
## -- 2024-12-03 1.1.0 DA Updated the version for Python to 3.10
## -- 2024-12-10 1.2.0 DA Update actions/checkout to v4
## -------------------------------------------------------------------------------------------------

name: Deployment PyPI
Expand All @@ -23,11 +24,11 @@ jobs:

steps:
- name: Checkout Codes
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install pypa/build
Expand All @@ -47,4 +48,4 @@ jobs:
# if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit bed30fb

Please sign in to comment.