Skip to content

Commit

Permalink
fixed the pipeline for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinksyTRD committed Mar 27, 2024
1 parent 13cf088 commit d33dda4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_MachSysS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: python-package-distributions-MachSysS
path: machinery-system-structure/dist/
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion .github/workflows/publish_RunFeemsSim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: python-package-distributions-RunFeemsSim
path: RunFEEMSSim/dist/
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion .github/workflows/publish_feems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: python-package-distributions-feems
path: feems/dist/
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit d33dda4

Please sign in to comment.