Skip to content

Commit

Permalink
publish to normal PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Aug 16, 2024
1 parent 1e824ce commit e71c8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Publish package distributions to Test PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI }}
TWINE_PASSWORD: ${{ secrets.PYPI }}
run: |
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "honeybees"
version = "1.0.0dev"
version = "1.0.0"
description = "Honeybees is an agent-based modelling framework targeted at large-scale agent-based models."
readme = "README.md"
readme-content-type = "text/markdown"
Expand Down

0 comments on commit e71c8a4

Please # to comment.