diff --git a/.github/workflows/build-and-publish-to-pypi.yml b/.github/workflows/build-and-publish-to-pypi.yml index c5e2377..d603404 100644 --- a/.github/workflows/build-and-publish-to-pypi.yml +++ b/.github/workflows/build-and-publish-to-pypi.yml @@ -85,16 +85,19 @@ jobs: with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir - pattern: artifact-* path: dist + pattern: artifact-* + merge-multiple: true + - name: Display structure of downloaded files + run: ls -R dist - name: Publish developed version 📦 to Test PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - skip_existing: false + repository-url: https://test.pypi.org/legacy/ + skip-existing: false verbose: true - name: Publish released version 📦 to PyPI diff --git a/README.md b/README.md index 8eececd..1545ea6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is research code provided to you "as is" with NO WARRANTIES OF CORRECTNESS. ### 1. Install -PySolid is available on the [conda-forge](https://anaconda.org/conda-forge/pysolid) channel and the main archive of the [Debian](https://tracker.debian.org/pkg/pysolid) GNU/Linux OS. The released version can be install via `conda` as: +PySolid is available on the [conda-forge](https://anaconda.org/conda-forge/pysolid) channel and the main archive of the [Debian](https://tracker.debian.org/pkg/pysolid) GNU/Linux OS. The released version can be installed via `conda` as: ```shell # run "conda update pysolid" to update the installed version