mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
Merge branch 'master' into release
This commit is contained in:
2
.github/workflows/pythonpublish.yml
vendored
2
.github/workflows/pythonpublish.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
|
||||||
run: |
|
run: |
|
||||||
python setup.py sdist bdist_wheel
|
python -m build .
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
- name: Report to Mastodon
|
- name: Report to Mastodon
|
||||||
uses: cbrgm/mastodon-github-action@v1.0.1
|
uses: cbrgm/mastodon-github-action@v1.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user