mirror of
https://github.com/copier-org/copier.git
synced 2025-05-05 15:32:54 +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:
|
||||
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
|
||||
run: uv build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user