mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
Use kebab case, not snake case, for PyPI input keys (#489)
This commit is contained in:
parent
1e6382c564
commit
584ea3b493
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -238,8 +238,8 @@ jobs:
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_TEST_TOKEN }}
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
skip_existing: true
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
skip-existing: true
|
||||
|
||||
- name: Publish Package
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu')
|
||||
|
Loading…
x
Reference in New Issue
Block a user