Skip to content

Commit

Permalink
fix deprecations in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erfan-rfmhr committed Jun 29, 2024
1 parent f843049 commit 61f1f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Setup Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build
run: poetry build
- name: Publish (production)
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 61f1f34

Please sign in to comment.