Skip to content

Commit

Permalink
chore: Remove requirements.txt
Browse files Browse the repository at this point in the history
Fixes #1061
  • Loading branch information
kesara committed Jan 13, 2025
1 parent 7ad474a commit 50247ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
source venv/bin/activate
echo "Using version $PKG_VERSION_STRICT"
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" xml2rfc/__init__.py
python -m build --sdist
python -m build
- name: Update CHANGELOG
id: changelog
Expand Down
12 changes: 0 additions & 12 deletions requirements.txt

This file was deleted.

0 comments on commit 50247ca

Please sign in to comment.