Skip to content

⬆️ Bump zipp from 3.15.0 to 3.18.1 #426

⬆️ Bump zipp from 3.15.0 to 3.18.1

⬆️ Bump zipp from 3.15.0 to 3.18.1 #426

Workflow file for this run

name: PyPI Deployment
on:
push:
branches:
- master
jobs:
deploy_to_pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.8"
- name: Build package
run: pip install build && python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}