mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
fix publish job
This commit is contained in:
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@@ -126,14 +126,5 @@ jobs:
|
||||
pip install -U 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
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
Reference in New Issue
Block a user