Skip to content

Commit c4b6a4b

Browse files
authored
ignore duplicated files on pypi (#9)
1 parent b2f4c09 commit c4b6a4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ jobs:
169169
env:
170170
TWINE_USERNAME: __token__
171171
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
172-
run: twine upload dist/*
172+
run: twine upload --skip-existing dist/*

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Read our contributing guide to learn about our development process, how to propo
3333

3434
Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.fb.com/codeofconduct) so that you can understand what actions will and will not be tolerated.
3535

36+
## Mantainers
37+
38+
clusterscope is actively maintained by [Lucca Bertoncini](https://github.com/luccabb), and [Kalyan Salady](https://github.com/skalyan).
39+
3640
### License
3741

3842
clusterscope is licensed under the [MIT](./LICENSE) license.

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ authors = [
1919
{name = "Lucca Bertoncini", email = "[email protected]"},
2020
{name = "Kalyan Saladi", email = "[email protected]"}
2121
]
22-
maintainers = [
23-
{name = "Lucca Bertoncini", email = "[email protected]"},
24-
{name = "Kalyan Saladi", email = "[email protected]"}
25-
]
2622
dependencies = []
2723

2824
[project.scripts]

0 commit comments

Comments
 (0)