Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoda committed Mar 15, 2023
1 parent e0719a9 commit 0c2eef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
- name: Set up Python 3.10
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: "3.10"
cache: pip
Expand All @@ -23,7 +23,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
- name: Upload packages to PyPI
uses: pypa/gh-action-pypi-publish@v1.6.4
uses: pypa/gh-action-pypi-publish@v1.7.1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
python-version: ["3.8", "3.10"]
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down

0 comments on commit 0c2eef6

Please sign in to comment.