Skip to content

Commit

Permalink
Maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 23, 2022
1 parent e4f2297 commit 4678b72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ jobs:
needs: [test-python]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install pipenv
run: pipx install pipenv

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'pipenv'

- id: pipenv-install
- id: install-python-dependencies
name: Install Python dependencies
run: pipenv install --python `which python` --skip-lock twine setuptools-scm
run: pipenv install --dev --python `which python`
shell: bash

- id: build
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
README.md
LICENSE
include README.md
include LICENSE

0 comments on commit 4678b72

Please sign in to comment.