Skip to content

Commit

Permalink
Temporarily test publishing from PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hammady committed Oct 28, 2024
1 parent a09af82 commit dac1bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- tasks/6106
jobs:
testpypi-publish:
name: Upload release to TestPyPI
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name = "rubydj-pyworker",
version = '1.2.0',
version = '1.2.0-rc1',
description="A pure Python worker for Ruby-based DelayedJobs with Newrelic reporting.",
author="Rayyan Systems, Inc.",
author_email="[email protected]",
Expand Down

0 comments on commit dac1bb8

Please sign in to comment.