Skip to content

Commit

Permalink
Merge pull request #452 from aleksandr-kotlyar/release_3.8.4
Browse files Browse the repository at this point in the history
update actions in case node12 is not supported by github-actions
  • Loading branch information
aleksandr-kotlyar committed Oct 18, 2022
2 parents 8f062c3 + 439c714 commit a9ee422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install Python dependencies
Expand All @@ -22,7 +22,7 @@ jobs:
pipenv run python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.5.1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit a9ee422

Please sign in to comment.