Skip to content

Commit

Permalink
fixing version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasha Ektefaie committed Apr 22, 2024
1 parent c0d29de commit 4435a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/spectras
url: https://pypi.org/p/spectrae
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

environment:
name: testpypi
url: https://test.pypi.org/p/spectras
url: https://test.pypi.org/p/spectrae

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='spectrae',
version='0.1.0',
version='0.1.1',
description='SPECTRA: The spectral framework for model evaluation',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4435a82

Please sign in to comment.