Bump Gr1N/setup-poetry from 8 to 9
Bumps [Gr1N/setup-poetry](https://github.com/gr1n/setup-poetry) from 8 to 9. - [Release notes](https://github.com/gr1n/setup-poetry/releases) - [Commits](https://github.com/gr1n/setup-poetry/compare/v8...v9) --- updated-dependencies: - dependency-name: Gr1N/setup-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
|
||||||
- name: Set up Poetry
|
- name: Set up Poetry
|
||||||
uses: Gr1N/setup-poetry@v8
|
uses: Gr1N/setup-poetry@v9
|
||||||
|
|
||||||
- name: Cache venv
|
- name: Cache venv
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
2
.github/workflows/publish-pypi-test.yml
vendored
2
.github/workflows/publish-pypi-test.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Set up Poetry
|
- name: Set up Poetry
|
||||||
uses: Gr1N/setup-poetry@v8
|
uses: Gr1N/setup-poetry@v9
|
||||||
- name: Build and publish to PyPi
|
- name: Build and publish to PyPi
|
||||||
env:
|
env:
|
||||||
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Set up Poetry
|
- name: Set up Poetry
|
||||||
uses: Gr1N/setup-poetry@v8
|
uses: Gr1N/setup-poetry@v9
|
||||||
- name: Bump Poetry version
|
- name: Bump Poetry version
|
||||||
run: |
|
run: |
|
||||||
tag=${{ github.event.release.tag_name }}
|
tag=${{ github.event.release.tag_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user