Skip to content

Commit

Permalink
fix ci for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname committed Sep 28, 2024
1 parent 0015051 commit b58e86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
needs: [test]
if: github.ref_type == 'tag'
env:
python-version: "3.12"
python-version: "3.10"
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Publish
if: ${{env.is_package}}
run: |
poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} -vv
poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} -vv
publish-docker:
name: Publish docker file and push it to a registry
runs-on: ubuntu-latest
Expand Down

0 comments on commit b58e86f

Please sign in to comment.