We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd67f87 commit 54dde33Copy full SHA for 54dde33
.github/workflows/ci.yml
@@ -660,15 +660,15 @@ jobs:
660
- name: "Download the library artifacts from build-library step"
661
uses: actions/[email protected]
662
with:
663
- name: ${{ env.PACKAGE_NAME }}-artifacts
664
- path: ${{ env.PACKAGE_NAME }}-artifacts
+ name: PyFluent-packages
+ path: PyFluent-packages
665
666
- name: "Upload artifacts to PyPI using trusted publisher"
667
uses: pypa/[email protected]
668
669
repository-url: "https://upload.pypi.org/legacy/"
670
print-hash: true
671
- packages-dir: ${{ env.PACKAGE_NAME }}-artifacts
+ packages-dir: PyFluent-packages
672
skip-existing: false
673
674
- name: Release
doc/changelog.d/4423.fixed.md
@@ -0,0 +1 @@
1
+Release CI [skip tests]
0 commit comments