Skip to content

Commit 91ad809

Browse files
itepifaniogahan9
authored andcommitted
WIP
1 parent 316959c commit 91ad809

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: abatilo/actions-poetry@v2
3838
with:
39-
poetry-version: 1.6.0
39+
poetry-version: 1.4.0
4040
- name: Publish distribution 📦 to Test PyPI
4141
run: >-
4242
poetry config repositories.testpypi https://test.pypi.org/legacy/

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: ${{ matrix.python-version }}
4444
- uses: abatilo/actions-poetry@v2
4545
with:
46-
poetry-version: 1.6.0
46+
poetry-version: 1.4.0
4747
- name: Install dependencies
4848
run: |
4949
poetry install --with dev

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v3
3939
- uses: abatilo/actions-poetry@v2
4040
with:
41-
poetry-version: 1.6.0
41+
poetry-version: 1.4.0
4242
- name: Publish distribution 📦 to PyPI
4343
run: >-
4444
poetry publish --build -u __token__ -p ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)