Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed May 18, 2024
1 parent 4eb41e6 commit f4bebdb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload Package to PyPi
on:
workflow_run:
workflows: [CI validation]
branches: [master]
branches: [testpypi]
types:
- completed

Expand All @@ -18,5 +18,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.json
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[project]
name = "crawler-user-agents"
version = "0.1"

authors = [
{ name="Martin Monperrus", email="[email protected]" },
]

[tool.setuptools.packages.find]
where = [ "." ]

0 comments on commit f4bebdb

Please sign in to comment.