Skip to content

Commit 637f0b5

Browse files
authored
Fix the publish workflow (pycparser error) (#98)
* Try to fix the publish workflow (pycparser error) Signed-off-by: Fabrice Normandin <[email protected]> * Update the publish.yml to enable dynamic-version Signed-off-by: Fabrice Normandin <[email protected]> --------- Signed-off-by: Fabrice Normandin <[email protected]>
1 parent 68b7dde commit 637f0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
cache: poetry
3332

3433
- name: Install dependencies
3534
run: |
3635
poetry install
3736
poetry self add "poetry-dynamic-versioning[plugin]"
37+
poetry dynamic-versioning enable
3838
3939
- name: Publish package
4040
env:

0 commit comments

Comments
 (0)