Skip to content

Commit

Permalink
Merge branch 'release/0.21.2.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhmg committed Nov 18, 2024
2 parents 93c899f + 2d6e87e commit 59133af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}
call-workflow-pypi-publish:
name: Publish development pypi package (JFrog Artifactory and TestPyPI)
name: Publish development pypi package (JFrog Artifactory, TestPyPI)
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-publish_pypi_package.yml@main
with:
package-manager: 'setuptools'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}
call-workflow-pypi-release:
name: Publish production PyPI package (JFrog Artifactory and PyPI)
name: Publish production PyPI package (JFrog Artifactory, PyPI)
if: ${{ github.event_name == 'release' || github.event.inputs.publish-pypi == 'true' }}
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_pypi_assets.yml@main
with:
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mira-simpeg" %}
{% set version = "0.21.2.1a0" %}
{% set version = "0.21.2.1b3" %}

package:
name: {{ name|lower }}
Expand All @@ -25,7 +25,7 @@ requirements:
- discretize >=0.10.0
- empymod >=2.0.0
- geoana >=0.5.0
- geoh5py >=0.10.0a.1, <0.11
- geoh5py >=0.10.0b1, <0.11.0a.dev
- matplotlib-base
- numpy >=1.20
- pandas
Expand Down

0 comments on commit 59133af

Please sign in to comment.