mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Update readme, release workflow
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
pip:
|
pip:
|
||||||
name: Publish to PyPI
|
name: Publish to PyPI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: release
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
|||||||
@@ -208,6 +208,11 @@ To run them manually:
|
|||||||
python -m unittest discover -v -s ./tests -p "test_*.py"
|
python -m unittest discover -v -s ./tests -p "test_*.py"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### New release
|
||||||
|
|
||||||
|
1. Update version number in `pyproject.toml`
|
||||||
|
2. Create a publish a git tag with that number
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
GPL-3.0
|
GPL-3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user