Skip to content

Commit

Permalink
build: Update publish-to-test-pypi with amplitude_analytics dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yiu authored and Tim Yiu committed Aug 21, 2023
1 parent e4672a3 commit afc690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: 3.7

- name: Install dependencies
run: python -m pip install build setuptools wheel twine
run: python -m pip install build setuptools wheel twine amplitude_analytics

- name: Build a binary wheel and a source tarball
run: python -m build --sdist --wheel --outdir dist/ .
Expand Down

0 comments on commit afc690d

Please sign in to comment.