From 4c8ab97cb6751242dc487c6113f9483b4896f719 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Tue, 7 Nov 2023 15:19:17 +1100 Subject: [PATCH] fix(cicd): Correct flit behaviour to just work Signed-off-by: Chris Butler --- .github/workflows/flit-release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flit-release.yml b/.github/workflows/flit-release.yml index 163b793..df775b4 100644 --- a/.github/workflows/flit-release.yml +++ b/.github/workflows/flit-release.yml @@ -24,9 +24,16 @@ jobs: - name: Install flit run: | pip install flit>=3.9.0 + - name: Build and publish run: | - flit publish + flit publish --no-use-vcs env: FLIT_USERNAME: __token__ FLIT_PASSWORD: ${{ secrets.PYPI_KEY }} + + - name: check files + if: always() + run: | + ls -alh + ls -alh *.*