Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061feaa commit 27538bdCopy full SHA for 27538bd
.github/workflows/build-wheels.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/upload-artifact@v2
28
with:
29
- path: dist/*.tar.gz
+ path: dist/*
30
31
upload_pypi:
32
needs: [build_wheels]
pysecs/__init__.py
@@ -1,3 +1,3 @@
1
from .secs import *
2
__all__ = ["SECS"]
3
-__version__ = '0.1.0'
+__version__ = '0.1.1'
setup.py
@@ -72,7 +72,7 @@ def run(self):
72
# Where the magic happens:
73
setup(
74
name=NAME,
75
- version='0.1.0',
+ version='0.1.1',
76
description=DESCRIPTION,
77
long_description=long_description,
78
author=AUTHOR,
0 commit comments