Skip to content

Commit

Permalink
Removing github deprecation warnings (#1576)
Browse files Browse the repository at this point in the history
* Using main for zip action

* removing old line

* Format issue.
  • Loading branch information
germa89 authored Nov 2, 2022
1 parent 6fb508e commit 9553e87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:

- name: Retrieve PyMAPDL version
run: |
echo "::set-output name=PYMAPDL_VERSION::$(python -c "from ansys.mapdl.core import __version__; print(__version__)")"
echo "{PYMAPDL_VERSION}={$(python -c 'from ansys.mapdl.core import __version__; print(__version__)')}" >> $GITHUB_OUTPUT
echo "PyMAPDL version is: $(python -c "from ansys.mapdl.core import __version__; print(__version__)")"
id: version

- name: Generate wheelhouse
run: pip wheel . -w wheelhouse

- name: Zip wheelhouse
uses: vimtor/action-zip@v1
uses: vimtor/action-zip@master
with:
files: wheelhouse
dest: ${{ env.PACKAGE_NAME }}-v${{ steps.version.outputs.PYMAPDL_VERSION }}-wheelhouse-${{ runner.os }}-${{ matrix.python-version }}.zip
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Retrieve PyMAPDL version
run: |
echo "::set-output name=PYMAPDL_VERSION::$(python -c "from ansys.mapdl.core import __version__; print(__version__)")"
echo "{PYMAPDL_VERSION}={$(python -c 'from ansys.mapdl.core import __version__; print(__version__)')}" >> $GITHUB_OUTPUT
echo "PyMAPDL version is: $(python -c "from ansys.mapdl.core import __version__; print(__version__)")"
id: version

Expand Down

0 comments on commit 9553e87

Please sign in to comment.