Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
asiomchen committed Jun 10, 2024
1 parent 9cd8fc3 commit 5bcb7f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ jobs:
runs-on: ubuntu-latest
environment:
name: release
url: https://test.pypi.org/project/molharbor/
permissions:
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.MY_GITHUB_TOKEN }}

- name: Set up Python 3.9
uses: actions/setup-python@v5
Expand All @@ -44,6 +41,4 @@ jobs:
run: poetry build

- name: Publish package distributions to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
uses: pypa/gh-action-pypi-publish@release/v1
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "molharbor"
version = "0.0.3"
description = "python wrapper for MolPort API"
version = "0.1.0"
description = " unofficial python wrapper for MolPort API"
authors = ["Anton Siomchen <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ classifiers = [ # Optional
"Topic :: Software Development :: API",

# Pick your license as you wish
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",

# Specify the Python versions you support here. In particular, ensure
# that you indicate you support Python 3. These classifiers are *not*
Expand Down

0 comments on commit 5bcb7f3

Please sign in to comment.