Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 7e5c750

Browse files
committed
Update publish action
1 parent f3b37bf commit 7e5c750

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
sed -i -e '0,/name = "pyqode-python"/{s/name = "pyqode-core"/name = "pyqode.core"/}' pyproject.toml
3434
flit build --format=wheel
3535
for file in dist/pyqode_core-*; do mv "$file" "${file//_core/.core}"; done
36+
for file in dist/pyqode-core-*; do mv "$file" "${file//-core/.core}"; done
3637
- name: Build package
3738
run: python -m build
3839
- name: Publish package

pyqode/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111

1212

13-
__version__ = '4.0.7'
13+
__version__ = '4.0.8'
1414

1515

1616
logging.addLevelName(1, "PYQODEDEBUGCOMM")

0 commit comments

Comments
 (0)