mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-08-17 13:18:02 +08:00
Fixing release pipeline
This commit is contained in:
@@ -29,13 +29,13 @@ jobs:
|
||||
run: |
|
||||
python setup.py --version
|
||||
python setup.py sdist bdist_wheel
|
||||
ls dist
|
||||
|
||||
- name: Publish package to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.DJANGO_STUBS_PYPI_API_TOKEN }}
|
||||
packages_dir: './dist'
|
||||
print_hash: true
|
||||
|
||||
- name: Create release
|
||||
|
||||
Reference in New Issue
Block a user