Skip to content

Commit

Permalink
upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvadorBrandolin committed Jan 20, 2023
1 parent 0860861 commit fc2c4c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip build
python -m build --sdist
pip install twine
twine upload dist/*
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
include LICENCE
include README.md
include requirements.txt
include pyproject.toml

recursive-include reactord *

exclude tox.ini
exclude pyproject.toml
exclude .readthedocs.yml
exclude requirements_dev.txt
exclude *.png
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ markers = [
]

testpaths = [
"tests",
"tests"
]


[project]
name = "reactord"
version = "0.0.1a2"
Expand All @@ -39,7 +38,9 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
]

urls = {Homepage = "https://github.com/SalvadorBrandolin/reactord"}

dependencies = [
"dill>=0.3.6",
"numpy>=1.21.4",
Expand Down

0 comments on commit fc2c4c0

Please sign in to comment.