Skip to content

Commit

Permalink
bump: v1.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Sep 13, 2024
1 parent 588b82c commit 6dd1dde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,18 @@ jobs:
contents: write
steps:

# - name: "Release to the public PyPI repository"
# uses: ansys/actions/release-pypi-public@v7
# with:
# library-name: ${{ env.LIBRARY_NAME }}
# use-trusted-publisher: true
- name: "Release to the public PyPI repository"
uses: ansys/actions/release-pypi-public@v7
with:
library-name: ${{ env.LIBRARY_NAME }}
use-trusted-publisher: true

- name: "Download distribution artifacts"
uses: actions/download-artifact@v4
with:
path: dist

- name: "List artifacts"
run: |
ls -R dist

- name: "Release to GitHub"
uses: softprops/action-gh-release@v2
with:
files: dist/lamberthub-artifacts
files: |
dist/${{ env.LIBRARY_NAME }}/*.whl
dist/${{ env.LIBRARY_NAME }}/*.tar.gz
2 changes: 1 addition & 1 deletion src/lamberthub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from lamberthub.universal_solvers.vallado import vallado2013

__author__ = "Jorge Martinez Garrido"
__version__ = "1.0.0a2"
__version__ = "1.0.0a3"

ALL_SOLVERS = [
gauss1809,
Expand Down

0 comments on commit 6dd1dde

Please sign in to comment.