Merge pull request #33 from fakerybakery/patch-8

Ensure pip
This commit is contained in:
Zengyi Qin
2024-02-29 19:47:27 -07:00
committed by GitHub

View File

@@ -29,11 +29,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m ensurepip --upgrade
pip install build
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1.8
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}