Skip to content

Commit

Permalink
Update unchaged action
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Sep 14, 2023
1 parent 1223c5f commit 28ffc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
# This is version v1.8.10
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
with:
packages_dir: artifact/
packages_dir: artifact/

0 comments on commit 28ffc2a

Please sign in to comment.