mirror of https://github.com/eyhc1/rendercv.git
fix publish job
This commit is contained in:
parent
1fd60126fa
commit
992fac898b
|
@ -126,14 +126,5 @@ jobs:
|
||||||
pip install -U build
|
pip install -U build
|
||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
- name: Check version
|
|
||||||
id: check-tag
|
|
||||||
uses: samuelcolvin/check-python-version@v4.1
|
|
||||||
with:
|
|
||||||
version_file_path: pydantic/version.py
|
|
||||||
|
|
||||||
- name: build
|
|
||||||
run: python -m build
|
|
||||||
|
|
||||||
- name: Upload package to PyPI
|
- name: Upload package to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
|
Loading…
Reference in New Issue