From 50bff26d47640040f9fb71c848b5d3952e218410 Mon Sep 17 00:00:00 2001 From: panyi Date: Fri, 2 Aug 2024 16:20:03 +0800 Subject: [PATCH] test 1 --- .github/workflows/publish-to-fofa-hack-pypi.yml | 2 +- test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-fofa-hack-pypi.yml b/.github/workflows/publish-to-fofa-hack-pypi.yml index 4491c94..4538a33 100644 --- a/.github/workflows/publish-to-fofa-hack-pypi.yml +++ b/.github/workflows/publish-to-fofa-hack-pypi.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel twine + pip install -r requirements.txt - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/test.py b/test.py index 48af8dc..02b3b97 100644 --- a/test.py +++ b/test.py @@ -1 +1 @@ -# edit test py 1 \ No newline at end of file +# edit test py 2 \ No newline at end of file