Use latest publish

main
Estelle Poulin 4 weeks ago
parent e851113ffd
commit 2b65a37361

@ -35,7 +35,7 @@ jobs:
- name: Build binary wheel and a source tarball
run: python -m build
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.5
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PIPY_PASSWORD }}

@ -1,3 +1,2 @@
aiohttp>=3.8.4
pydantic>=2.11.5
pydantic-core>=2.33.2
aiohttp>=3.0.0
pydantic>=2.0.0

@ -1 +1 @@
__version__ = "0.0.6"
__version__ = "0.0.7"

Loading…
Cancel
Save