There was an error while loading. Please reload this page.
1 parent e297bd0 commit e4c814eCopy full SHA for e4c814e
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install requirements
22
run: python -m pip install flit
23
- name: Build packages
24
- run: flit build
+ run: flit build --use-vcs
25
- name: Publish package distributions to PyPI
26
uses: pypa/gh-action-pypi-publish@release/v1
27
add-version:
0 commit comments