changed version to test new upload
This commit is contained in:
@@ -46,7 +46,6 @@ jobs:
|
|||||||
pip install setuptools wheel
|
pip install setuptools wheel
|
||||||
- name: Build source distribution
|
- name: Build source distribution
|
||||||
run: |
|
run: |
|
||||||
cat MANIFEST.in
|
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
- name: Store the distribution packages
|
- name: Store the distribution packages
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ import subprocess as sp
|
|||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 1
|
MINOR = 1
|
||||||
MICRO = 1
|
MICRO = 1
|
||||||
NANO = 1
|
NANO = 2
|
||||||
ISRELEASED = False
|
ISRELEASED = False
|
||||||
VERSION = '%d.%d.%d.%d' % (MAJOR, MINOR, MICRO, NANO)
|
VERSION = '%d.%d.%d.%d' % (MAJOR, MINOR, MICRO, NANO)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user