Skip to content

Commit

Permalink
V0.1.2 (#70)
Browse files Browse the repository at this point in the history
* changed name to reflect yml

* Update pyproject.toml

* Update pyproject.toml

* Update pypi_release.yml to checkout correct branch for release

* Update pyproject.toml to only specify package once

---------

Co-authored-by: Michele Cosi <[email protected]>
  • Loading branch information
ifeoluwaale and CosiMichele authored Jan 5, 2024
1 parent 10f2afc commit 9b5c6c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
ref: 0.1.2
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: run_tests

on: [push]

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ dependencies=[
"statsmodels>=0.14.0; python_version>='3.12'",
"scipy>=1.11.3"
]

[tool.setuptools]
packages = ["dplpy"]

0 comments on commit 9b5c6c6

Please sign in to comment.