Skip to content

Commit e4c814e

Browse files
committed
Use VCS for packaging
1 parent e297bd0 commit e4c814e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install requirements
2222
run: python -m pip install flit
2323
- name: Build packages
24-
run: flit build
24+
run: flit build --use-vcs
2525
- name: Publish package distributions to PyPI
2626
uses: pypa/gh-action-pypi-publish@release/v1
2727
add-version:

0 commit comments

Comments
 (0)