Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27538bd

Browse files
committed
TST: Changing CI to upload all dist contents to PyPI.
1 parent 061feaa commit 27538bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- uses: actions/upload-artifact@v2
2828
with:
29-
path: dist/*.tar.gz
29+
path: dist/*
3030

3131
upload_pypi:
3232
needs: [build_wheels]

pysecs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .secs import *
22
__all__ = ["SECS"]
3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run(self):
7272
# Where the magic happens:
7373
setup(
7474
name=NAME,
75-
version='0.1.0',
75+
version='0.1.1',
7676
description=DESCRIPTION,
7777
long_description=long_description,
7878
author=AUTHOR,

0 commit comments

Comments
 (0)