Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme-Vasconcelos committed Feb 6, 2024
1 parent ec8eaa4 commit f5c443d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v4

- name: Set up Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'poetry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Build and publish to pypi
uses: JRubics/poetry-publish@b71e946be561eaf8bfb7562ecc97c26fb8583070
uses: JRubics/poetry-publish@7100bd02517e9f82452e6247849042f6c74dde04
with:
python_version: '3.11'
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit f5c443d

Please sign in to comment.