From 33ef70f6a7e12efc83272b1b755faeef86902e8f Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 15 Nov 2024 14:24:10 +0000 Subject: [PATCH] Fix typo --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89f258d..6c3b8a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,6 @@ jobs: uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 with: test_extras: test - test_command: pytest --pyargs astrodenro + test_command: pytest --pyargs astrodendro secrets: pypi_token: ${{ secrets.pypi_token }}