Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.3.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](abatilo/actions-poetry@v2.3.0...v3.0.0)

---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and funkyfuture committed Jan 15, 2024
1 parent 84091db commit f3f558d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: abatilo/actions-poetry@v2.3.0
- uses: abatilo/actions-poetry@v3.0.0

- id: echo-version
run: echo "version=$(poetry version --short)" >> $GITHUB_OUTPUT
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: abatilo/actions-poetry@v2.3.0
- uses: abatilo/actions-poetry@v3.0.0

- run: poetry build
- run: poetry publish --username __token__ --password ${{ secrets.PYPI_AUTH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maintenance-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: abatilo/actions-poetry@v2.3.0
- uses: abatilo/actions-poetry@v3.0.0

- run: poetry update --lock

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: abatilo/actions-poetry@v2.3.0
- uses: abatilo/actions-poetry@v3.0.0

- id: bump
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- run: python -m pip install --upgrade pip setuptools wheel
- uses: abatilo/actions-poetry@v2.3.0
- uses: abatilo/actions-poetry@v3.0.0
- run: poetry install -v
- run: poetry run make ${{ matrix.target }}

Expand Down

0 comments on commit f3f558d

Please sign in to comment.