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

Commit fc297fc

Browse files
committed
Update publish action
1 parent bc6d260 commit fc297fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install build flit
3333
sed -i -e '0,/name = "pyqode-core"/{s/name = "pyqode-core"/name = "pyqode.core"/}' pyproject.toml
34-
mv dist/pyqode_core-* dist/pyqode.core-*
3534
flit build --format=wheel
35+
mv dist/pyqode_core-* dist/pyqode.core-*
3636
- name: Build package
3737
run: python -m build
3838
- 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.3'
13+
__version__ = '4.0.4'
1414

1515

1616
logging.addLevelName(1, "PYQODEDEBUGCOMM")

0 commit comments

Comments
 (0)