We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2891f commit f3b69daCopy full SHA for f3b69da
1 file changed
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- pip install python-semantic-release
+ pip install python-semantic-release build
35
36
- name: Python Semantic Release
37
id: release
@@ -43,11 +43,6 @@ jobs:
43
semantic-release version
44
semantic-release publish
45
46
- - name: Build package
47
- run: |
48
- pip install build
49
- python -m build
50
-
51
- name: Publish to PyPI
52
if: env.PYPI_API_TOKEN != ''
53
uses: pypa/gh-action-pypi-publish@release/v1
@@ -57,3 +52,4 @@ jobs:
57
skip-existing: true
58
env:
59
54
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
55
+
0 commit comments