Skip to content

Commit

Permalink
chore: update pipeline
Browse files Browse the repository at this point in the history
updates python version used in pipeline
  • Loading branch information
cpvalente authored Apr 27, 2023
1 parent c1f781b commit 3e1b203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Python 3.6
- name: Set up Python 3.10.11
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.10.11

- name: Run test
run: python -m unittest discover --v
Expand All @@ -44,4 +44,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 3e1b203

Please sign in to comment.