Skip to content

Commit

Permalink
chore: update publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgabarda committed Sep 4, 2023
1 parent 64f289d commit f9924ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: curl -sSL https://install.python-poetry.org | python -
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: "poetry"
- name: Install poetry
run: curl -sSL https://install.python-poetry.org | python -
- name: Config poetry
run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
- name: Publish package
Expand Down

0 comments on commit f9924ef

Please sign in to comment.