Skip to content

Commit

Permalink
update to pypi test github action, updated version of python and poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Nov 4, 2022
1 parent 72fda4e commit 8e91662
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
name: Upload Python Package to Test-PyPI

env:
PYTHON_MAIN_VERSION: 3.7
POETRY_VERSION: 1.1.4
PYTHON_MAIN_VERSION: 3.10
POETRY_VERSION: 1.2.2

on:
release:
Expand All @@ -21,16 +21,17 @@ jobs:
name: Test on ${{ matrix.os}}
runs-on: ${{ matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8e91662

Please sign in to comment.