We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd773d commit 39d91b2Copy full SHA for 39d91b2
.github/workflows/continous_deployment.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
python-version: '3.9'
18
architecture: x64
19
- - run: pip install poetry==1.0.5
+ - run: pip install poetry==1.3.1
20
- run: >-
21
poetry version patch &&
22
version=$(poetry version | awk '{print $2}') &&
.github/workflows/release.yml
@@ -15,6 +15,6 @@ jobs:
15
- - run: pip install poetry==1.1.13
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}
0 commit comments