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

Commit f3b37bf

Browse files
committed
Update publish action
1 parent b3281f5 commit f3b37bf

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
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install build flit
33+
sed -i -e '0,/name = "pyqode-python"/{s/name = "pyqode-core"/name = "pyqode.core"/}' pyproject.toml
3334
flit build --format=wheel
3435
for file in dist/pyqode_core-*; do mv "$file" "${file//_core/.core}"; done
3536
- name: Build 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.6'
13+
__version__ = '4.0.7'
1414

1515

1616
logging.addLevelName(1, "PYQODEDEBUGCOMM")

0 commit comments

Comments
 (0)