File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 61
61
python -m pip install build
62
62
- name : Build dist
63
63
run : python -m build --sdist --wheel --outdir dist/ .
64
- - name : Publish package (TEST)
65
- uses : pypa/gh-action-pypi-publish@release/v1
66
- with :
67
- user : __token__
68
- password : ${{ secrets.PYPI_TEST_API_TOKEN }}
69
- repository_url : https://test.pypi.org/legacy/
70
64
- name : Publish package (PRODUCTION)
71
65
if : startsWith(github.ref, 'refs/tags')
72
66
uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 27
27
name = 'cimpyorm' , # Required
28
28
# https://www.python.org/dev/peps/pep-0440/
29
29
# https://packaging.python.org/en/latest/single_source_version.html
30
- version = '0.10.0 ' , # Required
30
+ version = '0.10.1 ' , # Required
31
31
# https://packaging.python.org/specifications/core-metadata/#summary
32
32
description = "A database-backed ORM for CIM datasets." , # Required
33
33
# https://packaging.python.org/specifications/core-metadata/#description-optional
You can’t perform that action at this time.
0 commit comments