Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
1c1eaa71de | |||
30f0d0a576 | |||
e2e19876cc |
2
.github/workflows/python_publish.yml
vendored
2
.github/workflows/python_publish.yml
vendored
@ -56,6 +56,8 @@ jobs:
|
||||
path: dist/
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
github-release:
|
||||
name: >-
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -160,3 +160,5 @@ cython_debug/
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
**/_version.py
|
@ -1 +0,0 @@
|
||||
__version__ = "editable"
|
Reference in New Issue
Block a user