mirror of
https://github.com/copier-org/copier.git
synced 2025-05-05 23:42:55 +00:00
ci(release): build distributions without local version identifier
This commit is contained in:
parent
f82a0a5194
commit
b85893d43e
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -24,6 +24,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ env.UV_VERSION }}
|
version: ${{ env.UV_VERSION }}
|
||||||
|
|
||||||
|
# See https://peps.python.org/pep-0440/#local-version-identifiers
|
||||||
|
- name: Omit local version for publishing to test.pypi.org
|
||||||
|
run: >
|
||||||
|
echo SETUPTOOLS_SCM_OVERRIDES_FOR_COPIER='{local_scheme="no-local-version"}'
|
||||||
|
>> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build project for distribution
|
- name: Build project for distribution
|
||||||
run: uv build
|
run: uv build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user