Skip to content

Commit 7b9d30d

Browse files
committed
feat: MAJOR UPDATE
1 parent 402ec51 commit 7b9d30d

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release-to-pypi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
run: |
4040
semantic-release version --commit --tag --push
41-
echo "released=$?" >> $GITHUB_OUTPUT
4241
4342
- name: Build package
44-
if: steps.release.outputs.released == '0'
4543
run: bash utils/build_package.sh
4644

4745
# - name: Publish to TestPyPI

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ universalpython = "universalpython.universalpython:main"
4747
[tool.semantic_release]
4848
version_toml = ["pyproject.toml:project.version"]
4949
upload_to_pypi = false
50-
tag_format = "v{version}"
50+
tag_format = "{version}"
5151
build_command = "bash ./utils/build_package.sh"
5252
commit_parser = "angular"
53-
commit_parser = "angular"
5453
major_on_zero = true
5554
allow_zero_version = true
5655
prerelease_token = "b"
@@ -73,5 +72,4 @@ prerelease = false
7372

7473
[tool.semantic_release.branches.main]
7574
match = "main"
76-
prerelease = true
77-
prerelease_token = "b"
75+
prerelease = true

0 commit comments

Comments
 (0)