Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: twine upload dist/*
run: twine upload --skip-existing dist/*
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Read our contributing guide to learn about our development process, how to propo

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.

## Mantainers

clusterscope is actively maintained by [Lucca Bertoncini](https://github.com/luccabb), and [Kalyan Salady](https://github.com/skalyan).

### License

clusterscope is licensed under the [MIT](./LICENSE) license.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ authors = [
{name = "Lucca Bertoncini", email = "luccab@meta.com"},
{name = "Kalyan Saladi", email = "skalyan@meta.com"}
]
maintainers = [
{name = "Lucca Bertoncini", email = "luccab@meta.com"},
{name = "Kalyan Saladi", email = "skalyan@meta.com"}
]
dependencies = []

[project.scripts]
Expand Down