Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Jul 7, 2023
1 parent 5d19e8a commit 9e1e80f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ jobs:
- name: publish to pypi
if: ${{ matrix.clickhouse == 'latest' && matrix.target.ubuntu == 'latest' }}
run: flit publish --no-use-vcs
env: { FLIT_PASSWORD: "${{ secrets.PYPI_TOKEN }}" }
env:
FLIT_USERNAME: "ch-tools"
FLIT_PASSWORD: "${{ secrets.PYPI_TOKEN }}"

0 comments on commit 9e1e80f

Please sign in to comment.