Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jun 2, 2022
1 parent 423194a commit 6d9ebe9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2

- name: Wait for Zenodo webhook
run: sleep 120
run: sleep 180

- name: Setup Python
uses: actions/setup-python@v3
Expand All @@ -63,22 +63,22 @@ jobs:
- uses: actions/checkout@v2

- name: Wait for Zenodo webhook
run: sleep 120
run: sleep 180

- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.x'

- name: Install rst-include
run: pip install rst-include
- name: Install rst-include
run: pip install rst-include requests

- name: Update README.rst
run: python .ci-helpers/update_credits.py

- uses: actions/upload-artifact@v3
with:
name: readme
name: credits
path: |
README.rst
docs/resources/credits.rst
Expand All @@ -97,8 +97,7 @@ jobs:
run: |
cp /tmp/changelog/CHANGELOG.md .
cp /tmp/citation/CITATION.cff .
cp /tmp/credits/README.rst .
cp /tmp/credits/docs/resources/credits.rst docs/resources/credits.rst
cp -r /tmp/credits/* .
- name: Get current date
run: echo "DATE=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
Expand Down

0 comments on commit 6d9ebe9

Please sign in to comment.