We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee3030c + e9aaf6c commit 83b98fcCopy full SHA for 83b98fc
.github/workflows/publish_pypi.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Check out the repository
12
uses: actions/checkout@v3
13
+ with:
14
+
15
16
- name: Set up Python
17
uses: actions/setup-python@v3
@@ -22,7 +24,9 @@ jobs:
22
24
23
25
- name: Install dependencies
26
run: |
- poetry install
27
+ pip install pipx
28
+ pipx install poetry
29
+ pipx inject poetry "poetry-dynamic-versioning[plugin]"
30
31
- name: Publish package to PyPI
32
.github/workflows/publish_test_pypi.yml
@@ -18,7 +18,9 @@ jobs:
18
19
- name: Install poetry
20
21
- pip install poetry
0 commit comments